home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / ccs16 / csfppat.dfm / csfppat.txt
Encoding:
Text File  |  1996-09-15  |  963 b   |  56 lines

  1. object PatForm: TPatForm
  2.   Left = 200
  3.   Top = 98
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'PatForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 12
  15.     Top = 44
  16.     Width = 58
  17.     Height = 16
  18.     Caption = 'Surname'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 12
  22.     Top = 84
  23.     Width = 69
  24.     Height = 16
  25.     Caption = 'First name'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 12
  29.     Top = 8
  30.     Width = 143
  31.     Height = 24
  32.     Caption = 'Patient Details'
  33.     Font.Color = clBlack
  34.     Font.Height = -19
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold, fsItalic]
  37.     ParentFont = False
  38.   end
  39.   object Edit1: TEdit
  40.     Left = 96
  41.     Top = 40
  42.     Width = 121
  43.     Height = 24
  44.     TabOrder = 0
  45.     Text = 'Edit1'
  46.   end
  47.   object Edit2: TEdit
  48.     Left = 96
  49.     Top = 80
  50.     Width = 121
  51.     Height = 24
  52.     TabOrder = 1
  53.     Text = 'Edit2'
  54.   end
  55. end
  56.